DELETE SPRITE

This command will delete the specified sprite from memory.

  Syntax
DELETE SPRITE Sprite Number
  Parameters
Sprite Number
Integer
The command will delete the specified sprite from memory

  Returns

This command does not return a value.

  Description

Deleting unused sprites increases system performance. The parameter should be specified using an integer value.

  Example Code
cls
load image "man.bmp",1
sprite 1,100,100,1
wait 1000*8
delete sprite 1
do
loop
end
  See also

SPRITE Commands Menu
Index